Vcenter Network Projects Vpcs Subnets ListResult
Vcenter Network Projects Vpcs Subnets ListResult
The Vcenter Network Projects Vpcs Subnets ListResult schema represents the result of GET /vcenter/network/projects/{project}/vpcs/{vpc}/subnets operation.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"subnets": [
{
"subnet": {
"id": "string",
"name": "string",
"external_id": "string"
},
"vpc": {
"id": "string",
"name": "string",
"external_id": "string"
},
"project": {
"id": "string",
"name": "string",
"external_id": "string"
}
}
]
}
subnets
Required
Info(s) of subnets.
This property was added in vSphere API 9.0.0.0.